Multiple copies of JBoss acting as one? [migrated]
Posted
by
scphantm
on Programmers
See other posts from Programmers
or by scphantm
Published on 2012-09-21T18:23:21Z
Indexed on
2012/09/21
21:55 UTC
Read the original article
Hit count: 152
I have a few ideas how to solve the problem, but one question about jboss clustering. Please, keep in mind these applications were written very poorly, that is why they require so much memory and there is nothing i can do about that right now.
So, I have clustered applications on Jboss where the application was small enough to run on one box. Meaning that one machine could handle the load. But, the current problem is that i have been asked to run several systems on the same environment.
Our machines are virtuals and due to limited hardware, are restricted to 8 GB RAM, which gives jboss about 7GB to itself. Unfortunately, that isn't enough to run the group of applications. Im constantly getting heap errors and crashes.
If i cluster 2 or 3 jboss instances together, can i run applications that consume more resources than a single box can handle?
© Programmers or respective owner